home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / include / asm / param.h < prev    next >
C/C++ Source or Header  |  2008-10-24  |  246b  |  18 lines

  1. #ifndef _ASM_X86_PARAM_H
  2. #define _ASM_X86_PARAM_H
  3.  
  4.  
  5. #ifndef HZ
  6. #define HZ 100
  7. #endif
  8.  
  9. #define EXEC_PAGESIZE    4096
  10.  
  11. #ifndef NOGROUP
  12. #define NOGROUP        (-1)
  13. #endif
  14.  
  15. #define MAXHOSTNAMELEN    64    /* max length of hostname */
  16.  
  17. #endif /* _ASM_X86_PARAM_H */
  18.